net.UnixListener.unlink (field)
5 uses
	net (current package)
		file_unix.go#L98: 		return &UnixListener{fd: fd, path: laddr.Name, unlink: false}, nil
		unixsock.go#L223: 	unlink     bool
		unixsock_posix.go#L192: 		if ln.path[0] != '@' && ln.unlink {
		unixsock_posix.go#L216: 	l.unlink = unlink
		unixsock_posix.go#L230: 	return &UnixListener{fd: fd, path: fd.laddr.String(), unlink: true}, nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |